Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_parent_class
get_parent_class
Returns the parent class name of the object or class
Name:
get_parent_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns the parent class name of the object or class
Related
How to Use PHP to Develop Kuaishou API for Video Search and Recommendation
6
Imageopenpolygon() application practice in image labeling system
1
How to modify image color in combination with imagecolorresolve() and imagesetpixel()
9
How to Combine mysqli::stmt_init with REST API for Efficient Database Request Handling
2
Similar Functions
is_a
is_a
Checkifanobjectbelon
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
interface_exists
interface_exists
Checkiftheinterfacei
property_exists
property_exists
Checkifanobjectorcla
method_exists
method_exists
Checkiftheclassmetho
is_subclass_of
is_subclass_of
Checkswhethertheobje
get_class_vars
get_class_vars
Returnsanarrayofdefa
Popular Articles